type runtime.dloggerImpl
48 uses
runtime (current package)
debuglog.go#L75: func dlogImpl() *dloggerImpl {
debuglog.go#L86: all := (*dloggerImpl)(unsafe.Pointer(atomic.Loaduintptr(allp)))
debuglog.go#L99: l = (*dloggerImpl)(sysAllocOS(unsafe.Sizeof(dloggerImpl{}), "debug log"))
debuglog.go#L110: l.allLink = (*dloggerImpl)(unsafe.Pointer(head))
debuglog.go#L146: type dloggerImpl struct {
debuglog.go#L151: allLink *dloggerImpl
debuglog.go#L161: var allDloggers *dloggerImpl
debuglog.go#L170: func (l *dloggerImpl) end() {
debuglog.go#L210: func (l *dloggerImpl) b(x bool) *dloggerImpl {
debuglog.go#L223: func (l *dloggerImpl) i(x int) *dloggerImpl {
debuglog.go#L231: func (l *dloggerImpl) i8(x int8) *dloggerImpl {
debuglog.go#L239: func (l *dloggerImpl) i16(x int16) *dloggerImpl {
debuglog.go#L247: func (l *dloggerImpl) i32(x int32) *dloggerImpl {
debuglog.go#L255: func (l *dloggerImpl) i64(x int64) *dloggerImpl {
debuglog.go#L265: func (l *dloggerImpl) u(x uint) *dloggerImpl {
debuglog.go#L273: func (l *dloggerImpl) uptr(x uintptr) *dloggerImpl {
debuglog.go#L281: func (l *dloggerImpl) u8(x uint8) *dloggerImpl {
debuglog.go#L289: func (l *dloggerImpl) u16(x uint16) *dloggerImpl {
debuglog.go#L297: func (l *dloggerImpl) u32(x uint32) *dloggerImpl {
debuglog.go#L305: func (l *dloggerImpl) u64(x uint64) *dloggerImpl {
debuglog.go#L315: func (l *dloggerImpl) hex(x uint64) *dloggerImpl {
debuglog.go#L325: func (l *dloggerImpl) p(x any) *dloggerImpl {
debuglog.go#L345: func (l *dloggerImpl) s(x string) *dloggerImpl {
debuglog.go#L380: func (l *dloggerImpl) hexdump(p unsafe.Pointer, bytes uintptr) *dloggerImpl {
debuglog.go#L406: func (l *dloggerImpl) pc(x uintptr) *dloggerImpl {
debuglog.go#L416: func (l *dloggerImpl) traceback(x []uintptr) *dloggerImpl {
debuglog.go#L795: all := (*dloggerImpl)(unsafe.Pointer(atomic.Loaduintptr(allp)))
debuglog_off.go#L19: func getCachedDlogger() *dloggerImpl {
debuglog_off.go#L23: func putCachedDlogger(l *dloggerImpl) bool {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |